/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-mesh-access-banner {
  position: relative;
}
.s-mesh-access-banner-bg {
  position: absolute;
  inset: 0;
}
.s-mesh-access-banner-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-mesh-access-banner .l-container {
  min-height: min(60vh, 31.25rem);
}
.s-mesh-access-banner__banner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem;
  background-color: var(--wp--preset--color--bg-white);
}
.s-mesh-access-banner__heading {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1 1 40%;
}
.s-mesh-access-banner__ttl {
  color: var(--wp--preset--color--txt-secondary-dark);
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-mesh-access-banner__ttl b,
.s-mesh-access-banner__ttl strong {
  font-weight: 400;
  color: var(--wp--preset--color--txt-primary);
}
.s-mesh-access-banner__txt p {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  color: var(--wp--preset--color--txt-secondary-dark);
}
.s-mesh-access-banner__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-mesh-access-banner__transports {
  display: flex;
  gap: 1.25rem;
}
.s-mesh-access-banner__acces p {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
}
.s-mesh-access-banner__transport-type p {
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-secondary-dark);
}